home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1997 May
/
PC Plus Super CD Issue 127 (May 1997).iso
/
delphi2
/
delphite.exe
/
data.z
/
LOGOSTRS.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1996-08-12
|
193 b
|
14 lines
unit LogoStrs;
interface
const
{ string contants in strings.rc }
sUntitled = 1;
sOverwrite = 2;
sSendError = 3;
implementation
end.